Cell

Returns the value from a column in the current row of the script data source.

Note: You cannot reference row numbers in this statement. For general purpose database access, use the OpenRecordset statement.

Cell("ColumnName")

Arguments

Argument Description
ColumnName Column to retrieve the value from.

Return value

Value Description
Value Data value from the cell in the column.

Example

component = Cell("component")

Window("BugReporter").Editbox("editboxComponent").SetText(component)